Northwoods.GoSilverlight 1.3.5 Assembly
FindIsLinkLabelForNode Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : FindIsLinkLabelForNode Method

nodedata
Find whether a node data is a "label" for a link data.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function FindIsLinkLabelForNode( _
   ByVal nodedata As NodeType _
) As Boolean
C# 
protected virtual bool FindIsLinkLabelForNode( 
   NodeType nodedata
)

Parameters

nodedata

Remarks

This is called on each node data that is added to the model, to decide whether the data represents a label node.

This is used for model discovery. This method can be overridden in case the NodeIsLinkLabelPath property path is not flexible enough or fast enough to determine the value.

Requirements

See Also

© 2012 All Rights Reserved.